#
# Makefile for the Linux network IOT device drivers.
#

ifeq ($(CONFIG_MT7682),y)
ifeq ($(CONFIG_MTK_IOT_USE_SDIO),y)
obj-$(CONFIG_MT7682) += mtk/mt7682_sdio/
else
obj-$(CONFIG_MT7682) += mtk/mt7682_spi/
endif
endif



